home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7670 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  42 lines

  1.  
  2. In article <NEWTNews.5451.829190655.rayon@pi-user.pi.net> rayon@pi.net writes:
  3.  > 
  4.  > 
  5.  > Does someone know the exactly way for calculating dhrystones/mips/flops
  6.  > for 680x0 processors??... It's very hard to find some info about this subject 
  7.  
  8.  > even companies who sell motorola processors don't know!... So if someone can 
  9.  
  10.  > help me!.. Please...
  11.  >
  12.         Can't help on the Dhrystones equations, but the definition of
  13. MIPS and FLOPS is such that a processor reference manual with timing
  14. diagrams (or similar data) for each instruction would be sufficient.
  15. Of course, for a machine which may have instructions with different
  16. timings you'll have to define what will be the average mix...  After
  17. all, claiming MIPS rates for a 1-cycle register clear vs a 10-cycle
  18. memory increment would show a factor of 10 difference in MIPS rates.
  19.  
  20.         FLOPS is the same process, but using the floating point
  21. processor timings.
  22.  
  23.  
  24.         Such calculations tend to be meaningless...  A RISC
  25. architecture may have be 100MIPS but the nature of RISC is that you
  26. need more instructions to complete what a CISC processor does in one
  27. instruction.  If, on average, it takes 5 RISC instructions to match
  28. one CISC operation, then that 100MIPS RISC is equivalent to a 20MIPS
  29. CISC.
  30.  
  31.         Comparisons across architectures aren't meaningful either...
  32. Last meaningful numbers I saw were reported in "VUPS" (VAX Units per
  33. second -- "unit" being the capability of the original 11/780).
  34.  
  35. -- 
  36.  > ============================================================ <
  37.  >   wulfraed@netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
  38.  >   D.Bieber@GEnie.com   |      FurryMUCK and FurToonia        <
  39.  > ============================================================ <
  40.  >          PGP key: Finger wulfraed@netcom.com                 <
  41.  > Home Page: ftp://ftp.netcom.com/pub/wu/wulfraed/wulfraed.htm <
  42.